PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFDisplayRectangle Class / isPointInRectangle Method / isPointInRectangle(PDFPoint) Method
The point.
In This Topic
    isPointInRectangle(PDFPoint) Method
    In This Topic
    Tests if the given point is located inside the rectangle.
    Syntax
    public boolean isPointInRectangle( 
       PDFPoint point
    )

    Parameters

    point
    The point.

    Return Value

    True if the point is located inside the rectangle, false otherwise.
    Exceptions
    ExceptionDescription
    When point is null.
    See Also